Conversation
Co-Authored-By: jhaynie@agentuity.com <jhaynie@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
jhaynie
left a comment
There was a problem hiding this comment.
will this change work in the case the cli is already installed and handled the case where msiexec fails because the program is already installed?
|
Yes, this change handles the case where the CLI is already installed in two ways:
The implementation tries multiple installation approaches in sequence:
This ensures that even if the automatic installation fails for any reason, the user still has a way to complete the upgrade manually. |
Windows MSI Upgrade Enhancement
Similar to PR #244, this PR enhances the Windows MSI upgrade functionality in the
agentuity upgradecommand to match the behavior in the installer scripts.Changes
Testing
go test -v ./...Link to Devin run
https://app.devin.ai/sessions/1dc1a12e734f454aaa7ac2ebb8255baf
Requested by: jhaynie@agentuity.com